home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / editor / autodoc.zip / CHART.BAT < prev    next >
DOS Batch File  |  1990-05-15  |  2KB  |  35 lines

  1. echo off
  2. cls
  3. if exist REXCHART.DOC goto :message
  4. echo ERROR:  Cannot locate the order form file which is
  5. echo named REXCHART.DOC.  Please  change  to  the drive or 
  6. echo directory which contains your AUTODOC files,  then
  7. echo run the ORDER.BAT file again.
  8. goto :exit
  9. :message
  10. echo           ┌─────────────────────────────────────────────────────────┐
  11. echo           │ The information chart REXCHART.DOC should be printed to │
  12. echo           │ permit easy reading.  It consists of one printed page.  │
  13. echo           ├─────────────────────────────────────────────────────────┤
  14. echo           │ If you don't want to print this chart, press Ctrl-C and │
  15. echo           │                      then press Y.                      │
  16. echo           │ Otherwise, you may let this program  print it for you.  │
  17. echo           ├─────────────────────────────────────────────────────────┤
  18. echo           │                                                         │
  19. echo           │                Simply do the following:                 │
  20. echo           │                                                         │
  21. echo           │            1. Turn your printer ON                      │
  22. echo           │            2. Adjust the left margin to zero or 1       │
  23. echo           │            3. Adjust the top line to the very top       │
  24. echo           │                of the page                              │
  25. echo           │            4. Press any key when ready to print,        │
  26. echo           │                or type Ctrl-C now to abort...           │
  27. echo           │                                                         │
  28. echo           └─────────────────────────────────────────────────────────┘ 
  29. pause > nul
  30. echo                           ┌─────────────────────────────┐
  31. echo                           │ Printing  REXCHART.DOC NOW  │
  32. echo                           └─────────────────────────────┘
  33. type REXCHART.DOC > prn
  34. echo                                        Done.
  35. cls